PluginSettings

public interface PluginSettings

The settings to configure the available Chromium Plugins.

Since

7.9

Properties

Link copied to clipboard

Indicates whether the built-in PDF viewer is enabled.

Functions

Link copied to clipboard
public abstract void disablePdfViewer()
Disables the built-in PDF viewer.
Link copied to clipboard
public abstract void enablePdfViewer()
Enables the built-in PDF viewer.
Link copied to clipboard
public abstract boolean isPdfViewerEnabled()
Indicates whether the built-in PDF viewer is enabled or not.